golang.org/x/net/http2.clientStream.trace (field)
11 uses
golang.org/x/net/http2 (current package)
transport.go#L291: trace *httptrace.ClientTrace // or nil
transport.go#L341: return traceGot1xxResponseFunc(cs.trace)
transport.go#L957: trace: httptrace.ContextClientTrace(ctx),
transport.go#L1154: traceWait100Continue(cs.trace)
transport.go#L1170: traceWroteRequest(cs.trace, err)
transport.go#L1177: traceWroteRequest(cs.trace, err)
transport.go#L1185: traceWroteRequest(cs.trace, err)
transport.go#L1253: traceWroteHeaders(cs.trace)
transport.go#L1954: if cs.trace != nil {
transport.go#L1959: traceFirstResponseByte(cs.trace)
transport.go#L2086: traceGot100Continue(cs.trace)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)